Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.GetChangeSummary (Nuxeo Drive: Get change summary)

Operation id NuxeoDrive.GetChangeSummary
Category Services
Label Nuxeo Drive: Get change summary
Requires
Since

Parameters

Name Description Type Required Default value
lastSyncActiveRootDefinitions string no  
lastSyncDate long no  
lowerBound long no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveGetChangeSummary
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.GetChangeSummary",
  "label" : "Nuxeo Drive: Get change summary",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.GetChangeSummary",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "lastSyncActiveRootDefinitions",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "lastSyncDate",
    "description" : null,
    "type" : "long",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "lowerBound",
    "description" : null,
    "type" : "long",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}